READ-ME

AIM : Implemented a Quiz and Story application for kids.

Requirements
1. MySQL should be installed on the system.
2. Gtk libraries should be installed on the system

Assumptions :
1.The radio buttons need to be pressed explicitely.

Problems :
1.The mouse is not working properly in one of the forms.   
2.If story id too big.hard to handle GTK form.

Name of Database : kidsquiz
Password : project
Table : quiz

Table Schema :

+-------------+-------------+------+-----+---------+-------+
| Field       | Type        | Null | Key | Default | Extra |
+-------------+-------------+------+-----+---------+-------+
| roll_number | varchar(10) | NO   |     | NULL    |       | 
| name        | varchar(50) | YES  |     | NULL    |       | 
| username    | varchar(50) | YES  |     | NULL    |       | 
| password    | varchar(20) | YES  |     | NULL    |       | 
| level1      | varchar(50) | YES  |     | NULL    |       | 
| level2      | varchar(50) | YES  |     | NULL    |       | 
| score       | int(11)     | YES  |     | NULL    |       | 
+-------------+-------------+------+-----+---------+-------+


